home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TMODIFCODEP / TMODIFCODEP.txt
Text File  |  2003-09-02  |  2KB  |  107 lines

  1. object ModifCodeP: TModifCodeP
  2.   Left = 413
  3.   Top = 329
  4.   BorderStyle = bsDialog
  5.   Caption = 'Ajouter une ville'
  6.   ClientHeight = 200
  7.   ClientWidth = 312
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object SC_Line5: TSC_Line
  20.     Left = 0
  21.     Top = 166
  22.     Width = 312
  23.     Height = 34
  24.     BorderShape = bsTopLine
  25.     Align = alBottom
  26.   end
  27.   object Label1: TLabel
  28.     Left = 15
  29.     Top = 18
  30.     Width = 20
  31.     Height = 14
  32.     Caption = 'Ville'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 15
  36.     Top = 66
  37.     Width = 57
  38.     Height = 14
  39.     Caption = 'Code postal'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 15
  43.     Top = 114
  44.     Width = 61
  45.     Height = 14
  46.     Caption = 'D'#233'partement'
  47.   end
  48.   object Button1: TButton
  49.     Left = 76
  50.     Top = 173
  51.     Width = 75
  52.     Height = 22
  53.     Caption = '&Ok'
  54.     Default = True
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     ModalResult = 1
  61.     ParentFont = False
  62.     TabOrder = 3
  63.   end
  64.   object Button2: TButton
  65.     Left = 163
  66.     Top = 173
  67.     Width = 75
  68.     Height = 22
  69.     Cancel = True
  70.     Caption = '&Annuler'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -11
  74.     Font.Name = 'Arial'
  75.     Font.Style = []
  76.     ModalResult = 2
  77.     ParentFont = False
  78.     TabOrder = 4
  79.   end
  80.   object EditVille: TEdit
  81.     Left = 15
  82.     Top = 33
  83.     Width = 280
  84.     Height = 22
  85.     AutoSize = False
  86.     CharCase = ecUpperCase
  87.     TabOrder = 0
  88.   end
  89.   object EditCode: TEdit
  90.     Left = 15
  91.     Top = 81
  92.     Width = 280
  93.     Height = 22
  94.     AutoSize = False
  95.     TabOrder = 1
  96.   end
  97.   object EditDep: TEdit
  98.     Left = 15
  99.     Top = 129
  100.     Width = 280
  101.     Height = 22
  102.     AutoSize = False
  103.     CharCase = ecUpperCase
  104.     TabOrder = 2
  105.   end
  106. end
  107.